Skip to main content

Spaces

Fields:

  • Title = Room Number (there will always be one and it's unique)
  • Room Name (plain text field)
  • Body = Room Description
  • Capacity (Number (integer))
  • Add reference fields for all the taxonomies you added in the previous step

Detailed Steps

  • Go to Structure -> Content Types -> Add Content Type
  • Name your Content type (I chose "Spaces")
  • Change "Title field label" if you wish (I wanted to use Room Number)

Drupal interface to adding a content type

  • Turn off the "Display author and date information" option under Display Settings.
  • Save and manage fields

Drupal interface to Display options for a content type

Add Fields

  • Use the + Create a new field button to add more fields.

  • Room Name - Use a Plain text field

Drupal interface to add a plain text field

  • Use a Number and select integer for the Capacity

Drupal interface to add a number field

  • For each taxonomy field you wish to use, add a "Reference" field, and choose "Taxonomy term" option from the second screen.

Drupal interface to add a reference field

Drupal interface to add a reference to a taxonomy term

Repeat for each taxonomy term you wish to add to your site.